ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / JsonConverter<T> Class / toJson Method

In This Topic
    toJson Method (JsonConverter<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function toJson( _
       ByVal value As T _
    ) As String
    public string toJson( 
       T value
    )

    Parameters

    value
    See Also